home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / bbutils.zip / SHORTCUT.BAT < prev    next >
DOS Batch File  |  1993-06-20  |  743b  |  25 lines

  1. @Echo off
  2. Echo ShortCut [C]opyWrong by ßronx ßomber in 1993
  3. If %1!==! goto oops
  4. if exist \dos\*.* goto start
  5. md \dos
  6. :start
  7. set op=%prompt%
  8. echo prompt cd $p > t1.bat
  9. command /c t1 > t2.bat
  10. echo @echo off > \dos\%1.bat
  11. find /v "$" t2.bat | find /v "-" >> \dos\%1.bat
  12. prompt=%op%
  13. del t?.bat
  14. Echo Now you will be able to type %1 at the DOS prompt to switch
  15. Echo quickly into this subdirectory.  Cool, eh?
  16. goto end
  17. :oops
  18. Echo To create a shortcut command that will let you jump instantly into this
  19. Echo subdirectory from any other directory, enter a shortcut name 8 or
  20. Echo fewer characters long after the %0.
  21. Echo So if you want to CD into this subdirectory by typing just HOT at
  22. Echo the DOS prompt, enter %0 HOT.
  23. :end
  24.  
  25.